home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
T U R B O Language
/
Turbo C v3.0
/
TC3SETUP.EXE
/
EXAMPLES
/
FILTER.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-18
|
330 b
|
20 lines
/*
Filter.h
Copyright (c) 1989 Borland International, Inc.
All rights reserved.
*/
#if !defined(__FILTER__)
#define __FILTER__
#define PipeId "BI#PIP#OK"
#define PipeIdLen 10
typedef enum MsgType {
MsgNewFile,
MsgNewLine,
MsgEoFile = 0x007F,
} MsgType;
#endif /* __FILTER__ */